.head .el-carousel__container{
    height: 46.4rem;
}

.access{
    padding: 3.19rem;
    background-image: url('../img/access.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    text-align: center;
    font-size: 4rem;
}
.access h2{
    font-size: 4.8rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #0067FF;
}
.access p{
    margin: 2.63rem;
    font-size: 3.75rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.accessbox{
    width: 57.4rem;
    margin: 0 auto;
    padding: 1.75rem;
    background: #FFAE00;
    border-radius: 5rem;
    text-align: center;
    font-size: 5rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.strengths{
    background-color: #fff;
}
.strengths .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem auto 0;
}
.strengths .items .item{
    width: 52.8rem;
    margin-bottom: 2.5rem;
    padding: 4rem 1rem;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0,60,159,0.06);
    border-radius: 1rem;
    background: #FFFFFF;
    text-align: center;
}
.strengths .items .item .white{
    display: none;
}
.strengths .items .item img{
    width: 16rem;
}
.strengths .items .item h3{
    margin-top: 2.25rem;
    margin-bottom: 2.88rem;
    font-size: 4.8rem;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
}
.strengths .items .item p{
    width: 42.56rem;
    margin: 0 auto;
    text-align: justify;
    font-size: 3.5rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.strengths .items .item span{
    display: block;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    text-align: center;
    font-size: 1.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.collaborator{
    padding-bottom: 15.625rem;
}
.collaborator .box {
    width: 100%;
    height: 30px;
    margin: 1rem auto ;
    overflow: hidden;
    position: relative;
}

.collaborator .box .imgList {
    animation:rolling 24s linear infinite;
    position: absolute;
    display: flex;
}
.collaborator .box .imgList2 {
    animation:rolling 36s linear infinite;
    position: absolute;
    display: flex;
}
.collaborator .box .imgList img {
    float: left;
}
@keyframes rolling {
    from {
        transform: translateX(-60%);
    }

    to {
        transform: translateX(0);
    }
}
.courses{
    padding-bottom: 11.04rem;
}
.courses .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem auto 0;
}
.courses .items .item{
    margin-bottom: 1.75rem;
    padding: 2.5rem 0;
    background: #F3F6FD;
    border-radius: 1.25rem;
    text-align: center;
}
.courses .items .item img{
    width: 16rem;
}
.courses .items .item p{
    margin-top: 1.88rem;
    font-size: 3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.courses .items .item h3{
    width: 24rem;
    margin-top: 2.25rem;
    margin-bottom: 1.88rem;
    text-align: center;
    font-size: 3.84rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.courses .items .item:nth-child(5n){
    margin-right: 0;
}
.courses .items .item span{
    display: block;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    text-align: center;
    font-size: 1.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.miens{
    padding-bottom: 6.56rem;
    background-color: #fff;
}
.miens .items{
    margin: 5.35rem 4.48rem 0;
}
.miens .items .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
    font-size: 17px;
}
.miens .items .item:first-child{
    width: 32.63rem;
}
.miens .items .item img{
    width: 110.4rem;
}
.miens .items .item div:nth-child(1){
    margin-bottom: 1rem;
}
.miens .items .item div img{
    width: 53.76rem;
}
.el-form{
    width: 100% !important;
}
